getById function source Returns a Team in the list of teams given its id. list.getById(id) Returns a Team in the list of teams given its id. Parameters id {Number} Returns {Team | undefined} The team if it exists.